home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / ftn / etime.z / etime
Encoding:
Text File  |  2002-10-03  |  1.5 KB  |  40 lines

  1. ETIME(3F)                                             Last changed: 3-12-99
  2.  
  3.  
  4. NNAAMMEE
  5.      eettiimmee, ddttiimmee - return user + system execution time
  6.  
  7. SSYYNNOOPPSSIISS
  8.      rreeaall ffuunnccttiioonn eettiimmee ((_t_a_r_r_a_y))
  9.      rreeaall _t_a_r_r_a_y((22))
  10.  
  11.      rreeaall ffuunnccttiioonn ddttiimmee ((_t_a_r_r_a_y))
  12.      rreeaall _t_a_r_r_a_y((22))
  13.  
  14. IIMMPPLLEEMMEENNTTAATTIIOONN
  15.      IRIX systems
  16.  
  17.      MIPSpro Fortran 77
  18.  
  19. DDEESSCCRRIIPPTTIIOONN
  20.      These library routines return user and system runtime in seconds for
  21.      the calling process.  ddttiimmee returns the user and system time since the
  22.      last call to ddttiimmee,, or the start of execution on the first call.
  23.  
  24.      The argument _t_a_r_r_a_y returns user time in the first element and system
  25.      time in the second element.  The function value is the sum of user and
  26.      system time.  This value approximates the program's elapsed time on a
  27.      quiet system.
  28.  
  29.      The resolution of all timing is 1/HZ.  See the system include file
  30.      ppaarraamm..hh in //uussrr//iinncclluuddee//ssyyss for the value of HZ.
  31.  
  32. FFIILLEESS
  33.      //uussrr//uuccbb//lliibb//lliibbUU7777..aa
  34.      //uussrr//lliibb//lliibbUU7777..aa
  35.  
  36. SSEEEE AALLSSOO
  37.      ttiimmeess(2)
  38.  
  39.      This man page is available only online.
  40.